body {
    background: #f9fbff;
}

.bg_fff{
	background-color: #fff;
	padding: 50px 40px 25px;
	box-sizing: border-box;
	margin: 30px auto 0;
}
.zctj_title{
	font-size: 26px;
	font-weight: bold;
	color: #3481c5;
}


.cxtj_row{}
.cxtj_top{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.cxtj_top_half{
	width: 230px;
	display: flex;
	align-items: center;
}
.cxtj_top_half p{
	width: 86px;
	font-size: 16px;
	text-align: right;
	margin-right: 8px;
}
.cxtj_top_half input,
.cxtj_top_half select{
	width: 128px;
	height: 36px;
	padding: 0 6px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	outline: none;
	color: #999;
}
.cxtj_top_half input:-moz-placeholder,
.cxtj_top_half select:-moz-placeholder{
    color: #999;
}
.cxtj_top_half input::-moz-placeholder,
.cxtj_top_half select::-moz-placeholder{
    color: #999;
}
.cxtj_top_half input:-ms-input-placeholder,
.cxtj_top_half select:-ms-input-placeholder{
    color: #999;
}
.cxtj_top_half input::-webkit-input-placeholder,
.cxtj_top_half select::-webkit-input-placeholder{
    color: #999;
}

.cxtj_bottom{
	display: flex;
	justify-content: flex-end;
	padding-top: 26px;
}
.cxtj_bottom a{
	font-size: 16px;
	color: #3481c5;
	width: 100px;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	background-color: #e3eef8;
	text-align: center;
	margin-left: 40px;
}

.zclb_row{}
.zclb_row table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin-top: 20px;
}
.zclb_row table th{
	border: 1px solid #ccc;
	height: 46px;
	background-color: #edf1f5;
}
.zclb_row table td{
	border: 1px solid #ccc;
	height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
}
.zclb_row table td:nth-child(1){
	width: 276px;
	max-width: 276px;
	text-align: left;
	color: #3481c5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zclb_row table td:nth-child(1) a{color: #3481c5;}

.zclb_row table tr td:nth-child(2),
.zclb_row table tr td:nth-child(3),
.zclb_row table tr td:nth-child(4){
	width: 172px;
	max-width: 172px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zclb_row table td:nth-child(5){
	width: 182px;
	text-align: right;
}

.page_nav{
	display: flex;
	justify-content: center;
	padding: 37px 0 0;
	font-size: 14px;
	line-height: 34px;
}
.page_nav a{
	padding: 0 12px;
	border: 1px solid #ddd;
	border-left: 0;
}
.page_nav a:first-child{
	border-left: 1px solid #ddd;
}
.page_nav a.now{
	color: #fff;
	background-color: #3481c5;
}


.zcxq_font_top{
	padding-top: 16px;
}
.zcxq_font_top p{
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}

.zcxq_zwrmc{
	background-color: #edf1f5;
	line-height: 40px;
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #606266;
	padding: 0 12px;
	box-sizing: border-box;
	margin-top: 18px;
}
.zcxq_zwrmc .zwrmc_font p{
	display: inline-block;
}
.zcxq_zwrmc .zwrmc_font span{
	color: #3481c5;
}
.zcxq_zwrmc .zwrmc_font i{
	font-style: normal;
	color: #333;
}

.jbxx_row{
	border-bottom: 1px solid #e5e5e5;
}

.zctj_title_in{
	font-size: 18px;
	color: #3481c5;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.zctj_title_in span{
	width: 4px;
	height: 18px;
	background-color: #3481c5;
	margin-right: 6px;
}

.jbxx_in{
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 20px;
}
.jbxx_in_half{
	width: 350px;
	display: flex;
	font-size: 16px;
	padding-top: 15px;
	margin-right: 16px;
}
.jbxx_in_half p{
	width: 150px;
	margin-right: 18px;
	color: #666;
	font-weight: bold;
	text-align: right;
}
.jbxx_in_half span{
	display: block;
	width: 180px;
}

.jbxx_in_half.jbxx_long{
	width: 1120px;
}
.jbxx_in_half.jbxx_long span{
	width: 980px;
}

.xmms_row{
	border-bottom: 2px solid #e5e5e5;
	padding: 0 0 20px 0;
}
.xmms_row p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
}

.zcxq_row{
	border-bottom: 2px solid #e5e5e5;
	padding: 0 0 20px 0;
}
.zcxq_row p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
}
.zcxq_row i{
	display: block;
	text-align: center;
	padding-top: 20px;
}
.zcxq_row table{
    width: 100%;
    text-align: center;
    margin-top: 10px;
	border-top: 1px solid #999 !important;
	border-left: 1px solid #999 !important;
}
.zcxq_row table td{
	border-bottom: 1px solid #999 !important;
	border-right: 1px solid #999 !important;
}

.zcxq_row table td p{
	text-indent:unset;
}
.zcxq_row p img{
	max-width: 800px;
}
.zcxq_row img{
	max-width: 800px;
}
.zclxr_row{
	font-size: 18px;
	padding: 30px 0 10px;
}
.zclxr_row b{
	color: #3481c5;
}
